#######Eire Major Events#######
#  By Demetrios and Havard    #
###############################

#Queen Elizabeth's Offer#
event = {
	id = 3826
	
	trigger = { exists = ENG }

	random = no
	country = EIR
	name = "EVENTNAME3826"
	desc = "EVENTHIST3826"
	style = 2
	
	date = { day = 1 month = october year = 1542 }
	
	action_a ={ #Accept#
		name = "ACTIONNAME3826A"
		command = { type = relation which = ENG value = 200 }
		command = { type = trigger which = 3827 } # ENG vassalisation
		command = { type = domestic which = centralization value = 1 }
		command = { type = domestic which = aristocracy value = 1 }
	}
	action_b ={ #Decline#
		name = "ACTIONNAME3826B"
		command = { type = relation which = ENG value = -200 }
		command = { type = trigger which = 3828 } # ENG CB
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which = innovative value = 1 }
		command = { type = sleepevent which = 3829 }
	}
}

#Hugh O'Neills Irish Rebellion#
event = {
  	id = 3829
	trigger = { 
		event = 3022 # O'Neill's rebellion for ENG
  	}
  	random = no
  	country = EIR
  	name = "EVENTNAME3829"
  	desc = "EVENTHIST3829"
  	style = 3

  	date = { day = 1 month = january year = 1592 }
  	offset = 60
  	deathdate = { day = 30 month = december year = 1599 }

  	action_a ={ #Yes, we shall be free!#
		name = "ACTIONNAME3829A"
		command = { type = relation which = ENG value = -200 }
		command = { type = relation which = SPA value = 100 }
		command = { type = casusbelli which = ENG value = 60 }
		command = { type = breakvassal which = ENG }
		command = { type = INF which = -1 value = 10000 }
		command = { type = CAV which = -1 value = 5000 }
  	}
  	action_b ={ #No, the English are too strong#
		name = "ACTIONNAME3829B"
		command = { type = relation which = ENG value = 100 }
		command = { type = stability value = -1 }
		command = { type = domestic which = centralization value = 1 }
  	}
}